CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 读写文件 C

搜索资源列表

  1. 文件读写3

    1下载:
  2. 这是一个文件读写的例子,它是在VC工具下做的,但不是用MFC,而是用C++程序做的。-This is a document literacy example, it is done under VC tool, but not using MFC, but C procedures do.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:49024
    • 提供者:lg
  1. bin2bcd32.c

    0下载:
  2. Msp430的flash读写文件配置文件,(msp430f427芯片)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2480
    • 提供者:guohongyes
  1. calibration.c

    0下载:
  2. Msp430的flash读写文件配置文件,(msp430f427芯片)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1668
    • 提供者:guohongyes
  1. 点net 读写文件

    0下载:
  2. 用C#做的读写文件,可读取数据和写数据进去-C# do reading and writing and can write and read data into the data
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2425
    • 提供者:
  1. VC++2008 下读写同一个excel文件。

    4下载:
  2. 网上的com技术连接excel太多了,基本全部是用MSDN的方法,泛泛给出结论,不具有实用性,这个例子给出了在读一个已经存在的excel文件“f:\text.xlsx”的实际例子,而且可以在任意一个工作表写数据的例子。网上的代码基本都是要么读,要么写,这个比较有实用价值!注,excel可以是2007或者2003,2003的话则是“f:\text.xls”,需要注意!VS 2008 C++ excel 2007!
  3. 所属分类:数据库编程

    • 发布日期:2011-09-21
    • 文件大小:21532312
    • 提供者:64301413@qq.com
  1. student

    0下载:
  2. 学生成绩管理系统C语言版,读写文件,链表操作,遍历-Student achievement management system for C language version, read and write documents, list operations, traverse
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:430933
    • 提供者:zxc
  1. xmlc

    0下载:
  2. XML文件读写程序-XML document literacy procedures
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-05
    • 文件大小:32713
    • 提供者:安零
  1. MyOKFile

    0下载:
  2. 本程序演示const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点
  3. 所属分类:File Operate

    • 发布日期:2017-11-14
    • 文件大小:38806
    • 提供者:qiyunping
  1. IniHandler

    0下载:
  2. 最实用性的ini文件读写类,已经经过作者多次试用认证,读写文件都十分方便,用c#编写,非常适宜green hand,是学习、工作方便的助手,并不比XML逊色!-The most practical type of ini file read and write, the author has been repeatedly tested authentication, read and write documents are very convenient, with c# Prepared,
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:4223
    • 提供者:红红
  1. SimpleNote

    0下载:
  2. 初级的C语言记事本,代码简单,功能齐全,包含了读写文件,插入删除记录等操作,建议C语言初学者参考-Primary language of C Notepad, the code is simple, functional and contains the read and write files, delete records, etc. Insert operation, the proposed C language reference for beginners
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:4643
    • 提供者:刘国荣
  1. phone

    0下载:
  2. 用数组 和 链表做的C++电话本程序。数据存储在.dat的文件中,用记事本可以打开,由于当时本人还不知道配置文件(.ini)这回事,所以没有用.ini文件 现在想来,完全可以用.ini文件,而且更简单,可以大量减少代码量,代码中还有大量的读写文件的地方完全可以写到一个函数中, 这样更是可以减少代码量,但由于时间有限,事情繁多, 一直没有时间修改完善,大家拿到代码后,可以自行修改。此程序分为两个版本,数组版 和 链表版-telephone book using C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:2046298
    • 提供者:刘凯
  1. 184261-inifile-0.2.tar

    0下载:
  2. ini配置文件操作读写的c函数源代码库.-ini configuration file to read and write operations c-function source code base.
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:21287
    • 提供者:tang
  1. Write-ReadFile

    0下载:
  2. C++读写文件。Win32程序,产生100个随机数,然后将产生的数存储为10行10列的文件格式,最后从文件中读取这些数并按照原格式显示出来。-The C++ Programming file. It can create 100 numbers and write them to the txt file, in the end read it to print.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:898246
    • 提供者:钟哲
  1. TestFileReadWrite

    0下载:
  2. C# 读写文件操作相关测试工程代码,基础实用。(C# read and write file operations, related testing engineering code, based on practical.)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:74752
    • 提供者:qq350106844
  1. 如何读写Excel文件

    0下载:
  2. vc编写的excel读写程序,集成了api接口,并附带源码,很好的学习工具(VC prepared by the excel read and write procedures, integrated API interface, and comes with source code, a good learning tool)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:25060352
    • 提供者:zsj
  1. C#基类库大全2017

    0下载:
  2. C#基类库大全2017 文件读写 文件夹读写 各种加密解密 XML操作 弹出消息类 压缩解压缩 正则表达式 文件操作类 配置文件操作类(DEncrypt Backup DLL ResourceManager)
  3. 所属分类:C#编程

  1. 读写文件(王)

    0下载:
  2. MFC C/C++ 平台下的文件读写功能,能读取硬盘指定路径的文件或者将数据写入到指定路径的文件中(MFC C/C++ platform under the file read and write function, can read the file specified path of the hard disk, or write data to the specified path file)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:5021696
    • 提供者:sanzai
  1. GDAL读写SHAP

    0下载:
  2. C#调用GDAL库,使用gdal读shp文件,读取属性值(C# calls the GDAL library, reads the SHP file using GDAL, and reads the attribute values)
  3. 所属分类:C#编程

    • 发布日期:2018-01-05
    • 文件大小:6848512
    • 提供者:STRIKER8
  1. 文件读写操作

    0下载:
  2. C语言文件读写操作,便于输入输出不同的文件进行相应的处理(C language file read and write operation to facilitate the input and output of different files for corresponding processing)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:3072
    • 提供者:xiaomumu
  1. 30款加密狗数据读写工具

    7下载:
  2. 将对应文件夹内的.dll文件复制到软件安装好的目录里面,也就是和软件的主程序EXE放在一起。然后插上加密狗运行你的软件,最好把软件的主要功能都用一下。在c盘目录下会生成一个加密狗数据文件(Copy the.Dll file in the corresponding folder into the directory where the software is installed, that is, with EXE, the main program of the software. Then
  3. 所属分类:Windows编程

    • 发布日期:2019-08-20
    • 文件大小:2947072
    • 提供者:小天33
« 12 3 4 5 6 7 8 9 10 ... 42 »
搜珍网 www.dssz.com